Description
Change the selected tab for the current document. Preserve the current input.
Operation id | Navigation.ChangeCurrentTab |
Aliases | Seam.ChangeTab
|
Category | User Interface |
Label | Change Current Tab |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Navigation.ChangeCurrentTab",
"aliases" : [ "Seam.ChangeTab" ],
"label" : "Change Current Tab",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Change the selected tab for the current document. Preserve the current input.",
"url" : "Navigation.ChangeCurrentTab",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "tab",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}